home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 134_01.zip / CMDUTIL.H < prev    next >
Text File  |  1993-06-12  |  640b  |  24 lines

  1. /*    Standard header file for programs using the "cmdenv" functions    */
  2.  
  3. /*    Option table structure       */
  4.  
  5. struct option {
  6.     char * opt_text;
  7.     int opt_type;
  8.     };
  9.  
  10. #define NAKED_KWD 0
  11. #define SVAL_KWD 1
  12. #define NVAL_KWD 2
  13. #define MSVL_KWD 3
  14. #define MNVL_KWD 4
  15.  
  16. /*    I/O streams (Leor should have put these in BDSCIO.H)    */
  17.  
  18. #define STD_IN    0    /* Standard input device */
  19. #define STD_OUT    1    /* Standard output device */
  20. #define DEV_LST    2    /* List device */
  21. #define DEV_RDR 3    /* Reader device */
  22. #define DEV_PCH 3    /* Punch device */
  23. #define STD_ERR 4    /* Error message I/O and operator communications */
  24. eady to begin moving /tools/c